Welcome![Sign In][Sign Up]
Location:
Search - simulate file system

Search list

[OS Developfile_system

Description: 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (open), reading documents (read), writing paper (write). closure of paper (close), withdrawn document (delete) capabilities. The simulation process from the keyboard input file commands to simulate the user program by calling various documents operation, with the end of a command (end) to stop implementation of the procedures.
Platform: | Size: 2333 | Author: agang | Hits:

[File Operatecaozuoxitongkeshe

Description: 这是我的操作系统课程设计:简单多用户文件系统,是用来模拟实际的文件存储,物理块的分配,以及文件读写打开关闭等基本操作.学生专用-This is my courses on operating system design : simple multi-user file system is used to simulate the actual document storage, the physical block distribution, and document literacy and other basic opening and closing operation. Student
Platform: | Size: 12818 | Author: 王力 | Hits:

[Other resourceNO.3104007253

Description: 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。有十个以上的实用命令-prepared and debugging a directory tree structure of the file system to simulate document management workflow. 10 more practical command
Platform: | Size: 365556 | Author: 力军 | Hits:

[Other resourcelos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 876291 | Author: wangwei | Hits:

[OS DevelopFileSystemdesign

Description: 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating system curriculum design effort, with the detailed design (design requirements, design, data structure design, entity-relationship, data flow diagrams, process flow chart analysis, etc.). Friendly interface to simulate the MS-DOS command line, and to provide an order list and orders to help. Programming Languages : c language, compiler tools : VC6.0. Major components : simulated disk (using memory space), the disk space simulation applications, directory simulation, simulation open file table. Main functions : document creation, document writing, reading documents, documents, delete files, rename files, querying document attributes, Close document.
Platform: | Size: 138819 | Author: 邹英斌 | Hits:

[Otherzz3

Description: 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only enforcement", "allow time", "Allow writing"; (4) the external characteristics should be closer to the real system, documents can be set up to operate the follo
Platform: | Size: 2788 | Author: zz | Hits:

[File Operatevirtual-fs

Description: 虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
Platform: | Size: 1652 | Author: 刘雷 | Hits:

[OS Develop模拟二级文件系统

Description: 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,find.
Platform: | Size: 178176 | Author: 唐瑜 | Hits:

[File Operatevirtual-fs

Description: 虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
Platform: | Size: 1024 | Author: 刘雷 | Hits:

[OS Developfile_system

Description: 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (open), reading documents (read), writing paper (write). closure of paper (close), withdrawn document (delete) capabilities. The simulation process from the keyboard input file commands to simulate the user program by calling various documents operation, with the end of a command (end) to stop implementation of the procedures.
Platform: | Size: 2048 | Author: agang | Hits:

[File Operatecaozuoxitongkeshe

Description: 这是我的操作系统课程设计:简单多用户文件系统,是用来模拟实际的文件存储,物理块的分配,以及文件读写打开关闭等基本操作.学生专用-This is my courses on operating system design : simple multi-user file system is used to simulate the actual document storage, the physical block distribution, and document literacy and other basic opening and closing operation. Student
Platform: | Size: 12288 | Author: 王力 | Hits:

[Software EngineeringNO.3104007253

Description: 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。有十个以上的实用命令-prepared and debugging a directory tree structure of the file system to simulate document management workflow. 10 more practical command
Platform: | Size: 365568 | Author: 力军 | Hits:

[Software Engineeringlos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 875520 | Author: wangwei | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[OS programfilesystem

Description: linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
Platform: | Size: 62464 | Author: 孟令钊 | Hits:

[Otherfilesystem

Description: 实现文件系统的VC++程序,可用于模拟文件系统的操作功能-Implementation of the file system VC++ program can be used to simulate file system operations functions
Platform: | Size: 222208 | Author: 陈蔚 | Hits:

[File OperateFile

Description: 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、复制文件、查询目录。 ⑸通过键盘(或鼠标)使用该文件系统,系统应显示操作命令的执行结果。 -Design Objective: To design and debug a simple file system, mainly the implementation of the simulation file manipulation commands, to simulate the file manager, so that students have a more in-depth understanding of the substance and the implementation process of the main file manipulation commands to master their basic implementationapproach. Design requirements: The ⑴ design a file system supports n users, each user can have multiple files ⑵ two multi-level or two above the file directory management (3) the file should be set up access control to protect only the implementation, "allowed to read," Allow Write " ⑷ the external characteristics of the system should be close to the real system, file manipulation commands can be set to the following: creating a document, open the file, close the file, delete files, read files, write files, copy files, query the directory. ⑸ use the file system via the keyboard (or mouse), the system should display the results of the implementati
Platform: | Size: 2048 | Author: 梁程广 | Hits:

[OS Developfile-system

Description: 操作系统文件系统实验,模拟一个简单的文件系统,实现文件系统的管理和控制功能。-The operating system file system experiments and simulate a simple file system, file system management and control functions.
Platform: | Size: 946176 | Author: 潘宝 | Hits:

[Linux-Unixstart

Description: 课程设计 模拟文件系统的操作管理 实现多个进程同时对模拟文件系统进行操作。设计管理程序simdisk的用户访问权限管理。访问模拟文件系统的每个进程都属于某个用户,管理程序simdisk根据其访问权限决定其对模拟文件系统的操作。 对模拟文件系统的操作要求做到:共享读,互斥写。 本设计任务在于学会如何实现信息的安全管理和进程同步。 -Operations management course design simulation file system to achieve multiple processes simultaneously simulate file system operations. Design Management program simdisk user access management. Each process simulation file system access are part of a user management program simdisk determine its actions on the file system simulation based on their access rights. Simulated file system operations required: shared read, exclusive write. The design task is to learn how to implement information security management and process synchronization.
Platform: | Size: 2048 | Author: | Hits:

[Documentsc

Description: 用C语言模拟文件系统功能,实现文件创建与系统大小限制(Using C language to simulate file system function)
Platform: | Size: 2048 | Author: 少状写代码 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net